home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000099_news@columbia.edu_Thu Jan 5 18:47:16 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA07348
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 5 Jan 1995 14:36:49 -0500
  3. Received: by apakabar.cc.columbia.edu id AA26469
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 5 Jan 1995 14:36:47 -0500
  5. Path: news.columbia.edu!panix!news.mathworks.com!hookup!swrinde!howland.reston.ans.net!math.ohio-state.edu!jussieu.fr!univ-lyon1.fr!swidir.switch.ch!scsing.switch.ch!news.dfn.de!zeus.rbi.informatik.uni-frankfurt.de!terra.wiwi.uni-frankfurt.de!news.th-darmstadt.de!zib-berlin.de!informatik.tu-muenchen.de!brs
  6. From: brs@regent.e-technik.tu-muenchen.de (Bernd Seitter)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: MacKermit problems
  9. Date: 5 Jan 1995 18:47:16 GMT
  10. Organization: Technische Universitaet Muenchen, Germany
  11. Lines: 41
  12. Distribution: world
  13. Message-Id: <3eherk$c32@hpsystem1.informatik.tu-muenchen.de>
  14. Nntp-Posting-Host: reggae.regent.e-technik.tu-muenchen.de
  15. Keywords: MacKermit
  16. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  17.  
  18. hoi !
  19.  
  20. i have problems with running a script with MacKermit.
  21.  
  22. the script looks like this :
  23.     open read foo.bar
  24.     read \%a
  25.     echo \%a
  26.  
  27. the file exists and contains 2 lines, like this
  28.  
  29.     this is test
  30.     end of test
  31.  
  32. MacKermit 0.99(190) 11/26/93 16:12 behaves like this :
  33.  
  34. when running the script :
  35.     Unknown IO error : -51
  36.     zclose(): i dont know what kind of file this is : 9
  37.  
  38.  
  39. MacKermit 0.991(190) 08/19/94 10:01 behaves like this :
  40.  
  41. when running the script :
  42.     i'm transfered to MacBugs : mberto+00A2
  43.  
  44.     (by the way : this happens everytime i try to run a script, even
  45.     the script contains only a comment ...)
  46.  
  47. on the command line everything works fine with this version of
  48. kermit (0.991(190)).
  49.  
  50. any ideas or help out there ?
  51.  
  52. thank you very much !!
  53. -- 
  54. /* Bernd Seitter,  :-) Hey, you caught me in a coma (slash/rose)            */
  55. /* brs@regent.e-technik.tu-muenchen.de,  Technische Universitaet Muenchen   */
  56. --
  57. /* Bernd Seitter,  :-) Hey, you caught me in a coma (slash/rose)            */
  58. /* brs@regent.e-technik.tu-muenchen.de,  Technische Universitaet Muenchen   */